Sets the column value in the current row of the script data source.
Syntax
SetCell("ColumnName", NewValue)
Arguments
Argument | Description |
---|---|
ColumnName | Column name to set the value in. |
NewValue | Value to set in the cell. |
Example
SetCell("First Name", "John")